Welcome![Sign In][Sign Up]
Location:
Search - odbc excel

Search list

[DocumentsODBC直接读、写Excel表格文件

Description: 想要通过ODBC直接读、写Excel表格文件,首先,应确保ODBC中已安装有Excel表格文件的驱动"MICROSOFT EXCEL DRIVER (*.XLS)"。然后,可根据下面步骤进行: 1. 在StdAfx.h文件中加入: #include #include 2. 通过ODBC直接创建Excel文件(暂定文件名:Demo.xls) //创建并写入Excel文件 void CRWExcel::WriteToExcel() { CDatabase database; CString sDriver = "MICROSOFT EXCEL DRIVER (*.XLS)"; // Excel安装驱动 CString sExcelFile = "c:\\demo.xls"; // 要建立的Excel文件 CString sSql;
Platform: | Size: 2926 | Author: lijie189 | Hits:

[ADO-ODBC18-15-1.demo

Description: 使用ODBC读取Excel文件中数据 -Using ODBC read data in Excel
Platform: | Size: 20480 | Author: 站长 | Hits:

[Database system直接通过ODBC读写Excel表格文件

Description: 直接通过ODBC读写Excel表格文件-directly through ODBC read and write Excel document
Platform: | Size: 2284544 | Author: 刘言 | Hits:

[Documents直接通过ODBC读、写Excel表格文件

Description: 直接通过ODBC读、写Excel表格文件.zip-directly through ODBC reading and writing Excel documents. Zip
Platform: | Size: 94208 | Author: 海天一燕 | Hits:

[ADO-ODBCDataGrid导出Excel范例MikeCat_Excel

Description: DataGrid导出Excel范例-Excel examples derived DataGrid
Platform: | Size: 3072 | Author: 冯国昱 | Hits:

[ADO-ODBC如何使用ODBC创建EXCEL文件

Description: 根据所建的工程既可使用(转载)-built under the project can use (reproduced)
Platform: | Size: 214016 | Author: 赵毅敏 | Hits:

[ADO-ODBCExcel编程

Description: 采用ODBC技术,利用VC++对XLS文件的结构和记录内容进行了读取,并按一定的格式显示在窗口程序的列表控件内-using ODBC technology, VC right XLS documents on the structure and content of the record to read, with a certain format in the list window control procedures within
Platform: | Size: 41984 | Author: 周孝良 | Hits:

[Other Databasesexcel_odbc

Description: 使用VC++对Excel的数据读取,使用VC++6.0编写,含有《odbcinst.h》头文件编写,如果还有疑问请发邮件给我-use Excel to read the data, the use of VC 6.0, containing "odbcinst.h" The first document preparation, if still in doubt please send an email to
Platform: | Size: 33792 | Author: 游峰 | Hits:

[ADO-ODBCrwxls

Description: 用数据库读写方法,在VC中对EXCEL文件进行读写操作,包括DAO,ODBC等-database used to read and write, in the VC to Excel documents and write, including the DAO, ODBC, etc.
Platform: | Size: 63488 | Author: 任静 | Hits:

[Other Databases采用odbc直接读写excel的代码

Description: 使用odbc实现对excel数据表格的存取,没有压缩密码-using odbc to excel to achieve data access forms, no compression Password
Platform: | Size: 19456 | Author: 程亮 | Hits:

[ADO-ODBC多种数据库快速访问

Description: 1、上载文件说明:通过IIS中将TEST.ASP文件置为主页,然后就可在浏览器中访问(本机IP或者输入127.0.0.1) 2、使用说明:用记事本打开TEST.ASP,其中包含对SQL、ORADLE、ACCESS、ODBC数据源、EXCEL和TXT文本数据库的访问代码,对应去掉注释符号,并修改默认数据库名称和访问密码,保存并打开浏览器即可将访问到的数据显示出来。相当方便,提供数据库访问的代码,很难得的东东哦!-1, to upload files Description: through IIS test.asp document will buy for the home page, and then you can visit in your browser (local IP or enter 127.0.0.1) 2, for use: use Notepad to open TEST.ASP, which includes SQL, ORADLE, ACCESS, ODBC data source, EXCEL and TXT text database access code, corresponding to the Notes to remove symbols, and modify the default database name and access password, save and open the browser can access the data will be displayed . Very convenient, to provide database access code, it is difficult to get Dongdong Oh!
Platform: | Size: 27648 | Author: 宝柱 | Hits:

[File OperateoneOdbcExcel

Description: 你需要生成一个用excel处理的报表吗? 是的,这个程序就是完成这一功能,生成的excel文件报表,当然可以用微软的excel打开,这样你的程序是不是会更能让人接受呢?-you need to generate an excel with the statements? Yes, this procedure is to complete this function, generating excel paper statements, of course, you can use Microsoft s Excel is opened, this is the procedure you will be more than acceptable to people?
Platform: | Size: 44032 | Author: 梦小伙 | Hits:

[Other DatabasesODBCRWExcel

Description: 徐景周老师编写的VC操作Excel表格的源码,我测试过,很好用,而且界面也漂亮!-Xu Zhou VC teachers prepared to operate the source Excel spreadsheet, I ve tested, very good use, but the interface is also beautiful!
Platform: | Size: 87040 | Author: 万鹏 | Hits:

[File OperateReadWriteExcel

Description: 用vc++写的,通过ODBC来读写Excel文件。-vc used to write, to read and write through ODBC Excel file.
Platform: | Size: 38912 | Author: huajl | Hits:

[Other Databasesstudentsscore(ODBC)

Description: VC源代码 一个简单的学生成绩管理软件(ODBC开发),实现了班级成绩、年级成绩的增、删、改、查,以及总成绩、平均成绩、及格人数、优秀人数的统计分析-VC source code a simple student performance management software (ODBC development), achieved a class achievements, the results by grade, delete, change, the investigation, and the total score, the average scores, the number of passes, the number of outstanding statistical analysis
Platform: | Size: 109568 | Author: 杨波 | Hits:

[Windows Developvcreadexcel

Description: visual c++通过odbc读取excel表格数据的程序.-visual c read through odbc excel spreadsheet data procedures.
Platform: | Size: 43008 | Author: | Hits:

[VC/MFCEXCEL

Description: 用VC读取EXCEL中的数据 通过ODBC直接创建Excel文件并在表中插入数据(暂定文件名:Demo.xls) //创建并写入Excel文件-EXCEL using VC read data directly through ODBC to create Excel file and insert data in the table (tentative file name: Demo.xls)// create and write Excel files
Platform: | Size: 2048 | Author: 小张 | Hits:

[Database systemodbc

Description: Vc++编写的对ODBC数据库操作的源代码。-Vc++ Prepared ODBC database operations on the source code.
Platform: | Size: 117760 | Author: 李丽 | Hits:

[Booksvc-odbc-excel

Description: vc通过ODBC来操作excel的文章及其源码,也是在论坛上找到的,大家参考下,好像有点问题@-vc via ODBC to manipulate the excelarticle and its source, is also found in the forum, we refer to it, which still has a problem
Platform: | Size: 326656 | Author: jxwhut | Hits:

[File OperateODBC-EXCEL

Description: 使用ODBC创建EXCEL文件,挺好用的,欢迎大家下载-Creating EXCEL file using the ODBC, very good use, welcome you to download
Platform: | Size: 212992 | Author: zhouzhou | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net